home *** CD-ROM | disk | FTP | other *** search
- ;AXsh server configuration file in pasbox
- ;by Pasi Ojala
-
- %bpslock: /* lock the DTE speed (If present, %bps: has no effect) */
- 19200
- %bps: /* Default baudrate in ax-server (highest possible) *
- 2400
-
- %serverpri: /* AX-server priority *
- 1
-
- %starthour: /* server starts to monitor calls *
- 25
- %stophour: /* server goes to sleep *
- 25
-
- %eventhour: /* event time hours */
- 25
- %eventmins: /* event time minutes */
- 0
-
- %eventnumber: /* string we use for event-call */
- atX4E0dt911
- %eventcommand: /* command we execute after connection */
- AXsh:bin/net <newaux:serial.device/0/raw/ >newaux:serial.device/0/raw/
-
- %newshell: /* AXsh's serial startup command in AX-server *
- newshell >NIL: NEWAUX:serial.device/0/shared/checkcd from AXsh:etc/remote-startup
-
- %newcon: /* startup for console(can use con: or newcon: handlers too)*/
- newshell >NIL: con:0/0//216/AXsh/CLOSE from AXsh:etc/local-startup
- newshell >NIL: con:0/344/664/216/AXsh/CLOSE from AXsh:etc/local-startup
-
- %modem-reset: /* modem reset command, CR not needed */
- ATZ
-
- %modem-aa: /* modem autoanswer command */
- AT&d0M0X4E0S0=1
-
- %modem-noaa: /* modem autoanswer off command (not used) */
- ATE1S0=0
-
- %ringflash: /* DisplayBeeb() on 1=sleeping,2=waiting,3=always */
- 0
-
- %device: /* Device to monitor */
- serial.device
- %unitnum: /* Unit number on the device */
- 0
- %handshake: /* handshake type, "cts/rts" or "none" */
- cts/rts
-
-